home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr53 / pctv4n_1.zip / WLIST.RC < prev    next >
Text File  |  1993-06-10  |  1KB  |  62 lines

  1. #include "owlrc.h"
  2. #include "wlist.rch"
  3. ID_MENU MENU 
  4. BEGIN
  5.     POPUP "&File"
  6.     BEGIN
  7.         MENUITEM "&Open", CM_MDIFILEOPEN
  8.         MENUITEM SEPARATOR
  9.         MENUITEM "E&xit", CM_FILEEXIT
  10.     END
  11.  
  12.     POPUP "Fon&t"
  13.     BEGIN
  14.         MENUITEM "&Select", CM_FONTSELECT
  15.     END
  16.  
  17.     POPUP "&Window"
  18.     BEGIN
  19.         MENUITEM "&Tile", CM_TILECHILDREN
  20.         MENUITEM "&Cascade", CM_CASCADECHILDREN
  21.         MENUITEM "Arrange &icons", CM_ARRANGEICONS
  22.         MENUITEM "Close &all", CM_CLOSECHILDREN
  23.     END
  24.  
  25. END
  26.  
  27. STRINGTABLE 
  28. BEGIN
  29.  STR_FILEFILTERS, "Text Files(*.TXT)|*.txt|All Files(*.*)|*.*|"
  30. END
  31.  
  32. STRINGTABLE 
  33. BEGIN
  34.     SC_RESTORE, "Restore window to normal size"
  35.     SC_MOVE, "Change window position"
  36.     SC_SIZE, "Change window dimensions"
  37.     SC_MINIMIZE, "Shrink window to an icon"
  38.     SC_MAXIMIZE, "Expand window to full screen"
  39.     SC_CLOSE, "Close window and end program"
  40.     SC_TASKLIST, "Switch to another program"
  41. END
  42.  
  43. STRINGTABLE 
  44. BEGIN
  45.     CM_MDIFILEOPEN, "Locate and open a file"
  46.     CM_FILEEXIT, "Exit the application"
  47.     CM_FONTSELECT, "Select font, size, and style"
  48.     CM_TILECHILDREN, "Tile document windows"
  49.     CM_CASCADECHILDREN, "Cascade document windows"
  50.     CM_ARRANGEICONS, "Arrange icons at bottom of window"
  51.     CM_CLOSECHILDREN, "Close all document windows"
  52. END
  53.  
  54. STRINGTABLE 
  55. BEGIN
  56.     ID_SYSMENU, "System menu"
  57.     ID_FILEMENU, "File management commands"
  58.     ID_FONTMENU, "Font commands"
  59.     ID_WINDOWMENU, "Window management commands"
  60. END
  61.  
  62.